All Packages Class Hierarchy This Package Previous Next Index
Interface java.naming.directory.AttributeEnumeration
- public interface AttributeEnumeration
- extends Enumeration
The interface for enumerating attributes in an
attribute set. It extends Enumeration to allow type-specific
objects (in this case 'Attribute') to be returned.
-
next()
- Retrieves the next attribute in the enumeration.
next
public abstract Attribute next()
- Retrieves the next attribute in the enumeration.
- Returns:
- The next attribute in the enumeration.
All Packages Class Hierarchy This Package Previous Next Index